Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.comment.types

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>

<!-- Think about updating the life cycle doc types mapping in GeideLifeCycleExtensions.xml-->

<component name="org.nuxeo.ecm.platform.comment.types">

  <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">

    <type id="CommentRoot">
      <label>CommentRoot</label>
      <icon>/icons/folder.gif</icon>
      <default-view>view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
    </type>

    <type id="Comment">
      <label>label.document.comment</label>
      <icon>/icons/comment.png</icon>
      <default-view>comment_view</default-view>
      <create-view>comment_create</create-view>
    </type>
  </extension>

</component>